x86: only print pages' mfn-s in dump_pageframe_info()
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 12 May 2008 09:16:18 +0000 (10:16 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 12 May 2008 09:16:18 +0000 (10:16 +0100)
commit35eedd3a1794cf1e7f94680ee571c1ec9ca19c44
treef328906b60ef3d1a921f1dfc5d7df820954ce226
parentfb94ee0dddfbed5d759b9bfbc69dd01a40497520
x86: only print pages' mfn-s in dump_pageframe_info()

Printing page_to_maddr() and page_to_mfn() of the same page is
redundant, and _p(page_to_maddr(page)) is even incorrect on x86/PAE.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/domain.c